TMSConversation class overview.
Properties
Name | Description |
ContractName |
Stores the contact name the conversation conforms to.
|
FarService |
Holds the service name of the second side taking part in the dialog.
|
GroupId |
Holds the unique identifier of a conversation group.
|
Handle |
Holds a unique identifier of the current conversation.
|
IsInitiator |
Determines if the conversation was initiated by this side.
|
ServiceBroker |
Determines the TMSServiceBroker object to which a conversation instance belongs.
|
Methods
Name | Description |
BeginTimer |
Provides a message of the SDialogTimerType message type after the time specified in the Timeout property has been expired.
|
EndConversation |
Terminates the conversation.
|
EndConversationWithError |
Terminates the conversation and provides the text and code of the error.
|
GetTransmissionStatus |
Returns the status of the last sent message.
|
Send |
Overloaded.
Sends a message within a conversation.
|
SendEmpty |
Sends an empty message within a conversation.
|